home *** CD-ROM | disk | FTP | other *** search
- object FormTeeGeneral: TFormTeeGeneral
- Left = 200
- Top = 102
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 236
- ClientWidth = 375
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefault
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object GBZoom: TGroupBox
- Left = 207
- Top = 9
- Width = 125
- Height = 103
- HelpContext = 351
- Caption = 'Zoom'
- TabOrder = 0
- object LSteps: TLabel
- Left = 6
- Top = 75
- Width = 47
- Height = 18
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Steps:'
- FocusControl = SEAniZoomSteps
- end
- object CBAllowZoom: TCheckBox
- Left = 12
- Top = 18
- Width = 109
- Height = 18
- HelpContext = 44
- Caption = '&Allow Zoom'
- TabOrder = 0
- OnClick = CBAllowZoomClick
- end
- object CBAnimatedZoom: TCheckBox
- Left = 12
- Top = 45
- Width = 109
- Height = 17
- HelpContext = 48
- Caption = 'Animated Z&oom'
- TabOrder = 1
- OnClick = CBAnimatedZoomClick
- end
- object SEAniZoomSteps: TEdit
- Left = 56
- Top = 70
- Width = 32
- Height = 21
- HelpContext = 49
- TabOrder = 2
- Text = '8'
- OnChange = SEAniZoomStepsChange
- end
- object UDAniZoomSteps: TUpDown
- Left = 88
- Top = 70
- Width = 15
- Height = 21
- Associate = SEAniZoomSteps
- Min = 0
- Position = 8
- TabOrder = 3
- Wrap = False
- end
- end
- object RGPanning: TRadioGroup
- Left = 207
- Top = 123
- Width = 125
- Height = 98
- HelpContext = 358
- Caption = 'Allow Scroll:'
- Items.Strings = (
- '&None'
- '&Horizontal'
- '&Vertical'
- '&Both')
- TabOrder = 1
- OnClick = RGPanningClick
- end
- object CBClipPoints: TCheckBox
- Left = 67
- Top = 90
- Width = 73
- Height = 17
- HelpContext = 155
- Caption = '&Clip Points'
- TabOrder = 2
- OnClick = CBClipPointsClick
- end
- object BPrint: TButton
- Left = 60
- Top = 16
- Width = 91
- Height = 25
- HelpContext = 394
- Caption = 'Print &Preview...'
- TabOrder = 3
- OnClick = BPrintClick
- end
- object BExport: TButton
- Left = 60
- Top = 52
- Width = 91
- Height = 25
- HelpContext = 491
- Caption = '&Export...'
- TabOrder = 4
- OnClick = BExportClick
- end
- object GBMargins: TGroupBox
- Left = 47
- Top = 123
- Width = 120
- Height = 98
- HelpContext = 11
- Caption = 'Margins (%)'
- TabOrder = 5
- object SETopMa: TEdit
- Left = 42
- Top = 20
- Width = 27
- Height = 21
- HelpContext = 279
- TabOrder = 0
- Text = '3'
- OnChange = SETopMaChange
- end
- object SELeftMa: TEdit
- Left = 6
- Top = 44
- Width = 27
- Height = 21
- HelpContext = 279
- TabOrder = 1
- Text = '3'
- OnChange = SELeftMaChange
- end
- object SEBotMa: TEdit
- Left = 42
- Top = 68
- Width = 27
- Height = 21
- HelpContext = 279
- TabOrder = 2
- Text = '3'
- OnChange = SEBotMaChange
- end
- object SERightMa: TEdit
- Left = 72
- Top = 44
- Width = 27
- Height = 21
- HelpContext = 279
- TabOrder = 3
- Text = '3'
- OnChange = SERightMaChange
- end
- object UDTopMa: TUpDown
- Left = 69
- Top = 20
- Width = 15
- Height = 21
- HelpContext = 279
- Associate = SETopMa
- Min = 0
- Increment = 5
- Position = 3
- TabOrder = 4
- Wrap = False
- end
- object UDRightMa: TUpDown
- Left = 99
- Top = 44
- Width = 15
- Height = 21
- HelpContext = 279
- Associate = SERightMa
- Min = 0
- Increment = 5
- Position = 3
- TabOrder = 5
- Wrap = False
- end
- object UDLeftMa: TUpDown
- Left = 33
- Top = 44
- Width = 15
- Height = 21
- HelpContext = 279
- Associate = SELeftMa
- Min = 0
- Increment = 5
- Position = 3
- TabOrder = 6
- Wrap = False
- end
- object UDBotMa: TUpDown
- Left = 69
- Top = 68
- Width = 15
- Height = 21
- HelpContext = 279
- Associate = SEBotMa
- Min = 0
- Increment = 5
- Position = 3
- TabOrder = 7
- Wrap = False
- end
- end
- end
-